ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow Namespace / MultiRow<T> Class / CellsTemplate Property

In This Topic
    CellsTemplate Property (MultiRow<T>)
    In This Topic
    Gets the templates for the content cells.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property CellsTemplate As CellTemplate
    public virtual CellTemplate CellsTemplate {get;}
    See Also